| Package | jp.nyatla.nyartoolkit.as3.core.rasterfilter.rgb2bin |
| Class | public class NyARRasterFilter_ARToolkitThreshold |
| Inheritance | NyARRasterFilter_ARToolkitThreshold Object |
| Implements | INyARRasterFilter_Rgb2Bin |
| Method | Defined By | ||
|---|---|---|---|
NyARRasterFilter_ARToolkitThreshold(i_threshold:int, i_input_raster_type:int) | NyARRasterFilter_ARToolkitThreshold | ||
| NyARRasterFilter_ARToolkitThreshold | |||
setThreshold(i_threshold:int):void
画像を2値化するための閾値。暗点<=th<明点となります。
| NyARRasterFilter_ARToolkitThreshold | ||
| NyARRasterFilter_ARToolkitThreshold | () | Constructor |
public function NyARRasterFilter_ARToolkitThreshold(i_threshold:int, i_input_raster_type:int)i_threshold:int | |
i_input_raster_type:int |
| doFilter | () | method |
public function doFilter(i_input:INyARRgbRaster, i_output:NyARBinRaster):voidParameters
i_input:INyARRgbRaster | |
i_output:NyARBinRaster |
| setThreshold | () | method |
public function setThreshold(i_threshold:int):void画像を2値化するための閾値。暗点<=th<明点となります。
Parameters
i_threshold:int |